(Log2022-01-30) scrapbox の page-list-item grid-style-item に表示される icon画像を letter box のようにしたいのだが
pollenjp.icon log
code:css
.grid li.page-list-item a .icon {
position: absolute;
top: 50%;
left: 50%;
width: 100%;
height: 100%;
margin: 0;
max-height: 50%;
max-width: inherit;
transform: translate(-50%, 0%);
}
.grid li.page-list-item a .icon img
{
margin: auto;
object-fit: contain;
width: inherit;
height: inherit;
}
例
縦長
https://gyazo.com/7e0f74daadd2bd0d2b49cde3510b0614 https://gyazo.com/674d05e81629e3650bc88e141d00d58b
横長の画像
https://gyazo.com/7725d9dcdb05f268c28cb7a1a502273d https://gyazo.com/6698628c7fef93ae33e70452ef4cff00